Public

Name

Elementor Icon List - Icon Align Right

About

Add to custom css or code snippet plugin.

Language

CSS

Rating

Voted: 0 by 0 user(s)

How to Setup Snippet

You can use the css to move the icon to the right of the Elementor Icon List. You can set globally or use selector inside of Elementor's css widgets.

Codevault

Muntz Design

Scroll down to see more snippets from this codevault.

Wordpress Compatability

The author has indicated that this snippet is compatable up to wordpress version: Not Specified

Code Snippet Plugin Sync

Free & Pro

Download this snippet by clicking the download button, then head over to the Code Snippet Plugin settings in your wordpress admin dashboard, select the import menu then upload this file to import into your wordpress site.

Pro Only (Coming Soon)

You will be able to click a button and sync this snippet to your wordpress site automatically and from your dashboard manage all code snippets across all your wordpress sites that have the Code Snippets Pro plugin installed.

History

Last modified:

19/09/2022

Important Note

This snippet has the following status:

Public

This snippet has passed basic review, use with caution and at your own risk. See details provided by author in sidebar and click below to find out more.

Elementor Icon List - Icon Align Right

 
                    
1.elementor-icon-list-item{
2 display:flex;
3}
4 
5.elementor-icon-list-icon{
6 order:2;
7 margin-left:5px;
8}
9 
10/* Elementor Specific Widget*/
11 
12selector .elementor-icon-list-item{
13 display:flex;
14}
15selector .elementor-icon-list-icon{
16 order:2;
17 margin-left:5px;
18}

0

Related Snippets

Please see some snippets below related to this snippet..

Elementor

Public

3

Align Icon List items to the top

Added: 1 year ago

Last Updated: 1 year ago

Align Icon List widget items to the top, instead of the middle

Elementor

AI Verified

0

Enable webp upload

Added: 7 months ago

Last Updated: 7 months ago

Enable drag and drop of webp images into the media library

Elementor

AI Verified

0

Current Year Shortcode

Added: 5 months ago

Last Updated: 5 months ago

Other Snippets in this Codevault

These are some popular snippets from this users codevault..

Elementor

Public

0

Elementor Icon List - Icon Align Right

Added: 1 year ago

Last Updated: 1 year ago

Add to custom css or code snippet plugin.